home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Libraries
/
TransSkel
/
Demos
/
Pascal Demos
/
Button
/
Globals.p
< prev
Wrap
Text File
|
1994-02-11
|
293b
|
28 lines
unit ButtonGlobals;
interface
const
normalHilite = 0;
dimHilite = 255;
{ Resource Numbers }
dlog1Res = 1001;
dlog2Res = 1002;
dlog3Res = 1003;
aboutAlrtRes = 1000;
fileMenuRes = 1000;
windRes = 1000;
var
horizRatio: Fixed;
vertRatio: Fixed;
implementation
end.